home *** CD-ROM | disk | FTP | other *** search
/ U.S. Aircraft Carriers / U.S. Aircraft Carriers.iso / prg / setup.dlg < prev    next >
Text File  |  1994-05-12  |  757b  |  21 lines

  1. DLGINCLUDE RCDATA DISCARDABLE
  2. BEGIN
  3.     "SETUP.H\0"
  4. END
  5.  
  6. SETUPWIN DIALOG 59, 62, 220, 77
  7. STYLE DS_SYSMODAL | DS_MODALFRAME | WS_CAPTION
  8. CAPTION "AMERICAN MPC RESEARCH"
  9. FONT 8, "MS Sans Serif"
  10. BEGIN
  11.     DEFPUSHBUTTON   "&OK", IDM_OK, 46, 61, 39, 13
  12.     PUSHBUTTON      "&Cancel", IDM_CANCEL, 144, 61, 39, 13
  13.     LTEXT           "  Welcome to Setup Program for U.S. Aircraft Carriers.", 
  14.                     -1, 34, 8, 176, 11, NOT WS_GROUP
  15.     LTEXT           "This program will setup as an ICON for U.S. Aircraft Carriers", 
  16.                     -1, 16, 30, 195, 11, NOT WS_GROUP
  17.     ICON            SETUP_ICON, 102, 6, 9, 18, 20
  18.     LTEXT           "into your Program Manager.", -1, 16, 43, 95, 11, NOT 
  19.                     WS_GROUP
  20. END
  21.